home *** CD-ROM | disk | FTP | other *** search
- object frmRunAsLogonInfo: TfrmRunAsLogonInfo
- Left = 394
- Top = 228
- BorderStyle = bsDialog
- Caption = 'Specified User'
- ClientHeight = 258
- ClientWidth = 287
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblRunAsUserName: TLabel
- Left = 28
- Top = 80
- Width = 51
- Height = 13
- Caption = '&Username:'
- FocusControl = edtRunAsUsername
- end
- object lblRunAsPassword: TLabel
- Left = 28
- Top = 128
- Width = 49
- Height = 13
- Caption = '&Password:'
- FocusControl = edtRunAsPassword
- end
- object lblRunAsDomain: TLabel
- Left = 28
- Top = 176
- Width = 114
- Height = 13
- Caption = 'D&omain/Machine name:'
- FocusControl = edtRunAsDomain
- end
- object lblUseDefault: TLabel
- Left = 28
- Top = 28
- Width = 135
- Height = 13
- Caption = '(specified in System Options)'
- OnClick = lblUseDefaultClick
- end
- object edtRunAsUsername: TEdit
- Left = 28
- Top = 96
- Width = 249
- Height = 21
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnChange = edtRunAsUsernameChange
- end
- object edtRunAsPassword: TEdit
- Left = 28
- Top = 144
- Width = 249
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- end
- object edtRunAsDomain: TEdit
- Left = 28
- Top = 192
- Width = 249
- Height = 21
- TabOrder = 2
- end
- object comCancel: TButton
- Left = 204
- Top = 224
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- OnClick = comCancelClick
- end
- object comOK: TButton
- Left = 124
- Top = 224
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- OnClick = comOKClick
- end
- object rdoUseDefault: TRadioButton
- Left = 12
- Top = 12
- Width = 265
- Height = 17
- Caption = 'Use &default user account'
- Checked = True
- TabOrder = 5
- TabStop = True
- OnClick = rdoUseDefaultClick
- end
- object rdoUseCustom: TRadioButton
- Left = 12
- Top = 52
- Width = 269
- Height = 17
- Caption = 'Use &specified user account:'
- TabOrder = 6
- OnClick = rdoUseCustomClick
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMTA'
- Left = 32
- Top = 320
- TargetsData = (
- 1
- 7
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- '*'
- 'Filter'
- 0)
- (
- '*'
- 'Title'
- 0)
- (
- 'TMemo'
- 'Text'
- 0)
- (
- '*'
- 'Lines'
- 0))
- end
- end
-